home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / EMACSSRC.TAR / emacs-19.17 / src / readme < prev    next >
Text File  |  1993-06-09  |  2KB  |  31 lines

  1. This directory contains the source files for the C component of GNU Emacs.
  2. Nothing in this directory is needed for using Emacs once it is built
  3. and installed, if the dumped Emacs (on Unix systems) or the Emacs
  4. executable and map files (on VMS systems) are copied elsewhere.
  5.  
  6. See the files ../README and then ../INSTALL for installation instructions.
  7.  
  8. Under Unix, the file `Makefile.in' is used as a template by the script
  9. `../configure' to produce `Makefile'.  The `Makefile' then uses `cpp'
  10. to produce the machine-dependent `ymakefile' from `xmakefile';
  11. `ymakefile' is the file which actually controls the compilation of
  12. Emacs.  Most of this should work transparently to the user; you should
  13. only need to run `../configure', and then type `make'.
  14.  
  15. See the file VMSBUILD in this directory for instructions on compiling,
  16. linking and building Emacs on VMS.
  17.  
  18. The files `*.com' and `temacs.opt' are used on VMS only.
  19. The files `vlimit.h', `ioclt.h' and `param.h' are stubs to
  20. allow compilation on VMS with the minimum amount of #ifdefs.
  21.  
  22. `uaf.h' contains VMS uaf structure definitions.  This is only needed if
  23. you define READ_SYSUAF.  This should only be done for single-user
  24. systems where you are not overly concerned with security, since it
  25. either requires that you install Emacs with SYSPRV or make SYSUAF.DAT
  26. world readable.  Otherwise, Emacs can determine information about the
  27. current user, but no one else.
  28.  
  29. `pwd.h' contains definitions for VMS to be able to correctly simulate
  30. `getpwdnam' and `getpwduid'.
  31.